Package-level declarations
Types
Link copied to clipboard
data class Classification(val family: Boolean? = null, val links: Links? = null, val segment: Segment? = null)
Represents a classification in the Discovery API.
Link copied to clipboard
data class ClassificationResponse(val embeddedClassification: EmbeddedClassification? = null, val links: Links? = null, val page: DiscoveryPaginationResponse? = null)
Represents a classification response from the Discovery API.
Link copied to clipboard
data class DiscoveryClassificationData(val family: Boolean? = null, val links: Links? = null, val segment: Segment? = null)
Represents classification data in the Discovery API.
Link copied to clipboard
Represents embedded classification data in the Discovery API.
Link copied to clipboard
Represents embedded genre data in the Discovery API.
Link copied to clipboard
Represents embedded subgenre data in the Discovery API.